<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF-B_arquivos/estilo.css">
<link rel="stylesheet" href="MF-B_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF-B_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF-B_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF-B_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF-B_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF-B_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | B - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="33" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96444" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;876252&nbsp;AFRANIO GOMES BEZERRA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="876252" type="hidden"></td>
            
            <td id="colunaNotaAluno_876252_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_154" id="ci_AlunoAvaliacao_876252_154" value="" type="hidden">
                <input name="nr_Nota_876252_154" id="nr_Nota_876252_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_160" id="ci_AlunoAvaliacao_876252_160" value="" type="hidden">
                <input name="nr_Nota_876252_160" id="nr_Nota_876252_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_530" id="ci_AlunoAvaliacao_876252_530" value="" type="hidden">
                <input name="nr_Nota_876252_530" id="nr_Nota_876252_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_780" id="ci_AlunoAvaliacao_876252_780" value="" type="hidden">
                <input name="nr_Nota_876252_780" id="nr_Nota_876252_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_800" id="ci_AlunoAvaliacao_876252_800" value="" type="hidden">
                <input name="nr_Nota_876252_800" id="nr_Nota_876252_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_890" id="ci_AlunoAvaliacao_876252_890" value="" type="hidden">
                <input name="nr_Nota_876252_890" id="nr_Nota_876252_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_970" id="ci_AlunoAvaliacao_876252_970" value="" type="hidden">
                <input name="nr_Nota_876252_970" id="nr_Nota_876252_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_3330" id="ci_AlunoAvaliacao_876252_3330" value="" type="hidden">
                <input name="nr_Nota_876252_3330" id="nr_Nota_876252_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1130" id="ci_AlunoAvaliacao_876252_1130" value="" type="hidden">
                <input name="nr_Nota_876252_1130" id="nr_Nota_876252_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1140" id="ci_AlunoAvaliacao_876252_1140" value="" type="hidden">
                <input name="nr_Nota_876252_1140" id="nr_Nota_876252_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1200" id="ci_AlunoAvaliacao_876252_1200" value="" type="hidden">
                <input name="nr_Nota_876252_1200" id="nr_Nota_876252_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1620" id="ci_AlunoAvaliacao_876252_1620" value="" type="hidden">
                <input name="nr_Nota_876252_1620" id="nr_Nota_876252_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1730" id="ci_AlunoAvaliacao_876252_1730" value="" type="hidden">
                <input name="nr_Nota_876252_1730" id="nr_Nota_876252_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;352878&nbsp;ALANNA CAVALCANTE GOMES
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="352878" type="hidden"></td>
            
            <td id="colunaNotaAluno_352878_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_154" id="ci_AlunoAvaliacao_352878_154" value="" type="hidden">
                <input name="nr_Nota_352878_154" id="nr_Nota_352878_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_160" id="ci_AlunoAvaliacao_352878_160" value="" type="hidden">
                <input name="nr_Nota_352878_160" id="nr_Nota_352878_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_530" id="ci_AlunoAvaliacao_352878_530" value="" type="hidden">
                <input name="nr_Nota_352878_530" id="nr_Nota_352878_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_780" id="ci_AlunoAvaliacao_352878_780" value="" type="hidden">
                <input name="nr_Nota_352878_780" id="nr_Nota_352878_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_800" id="ci_AlunoAvaliacao_352878_800" value="" type="hidden">
                <input name="nr_Nota_352878_800" id="nr_Nota_352878_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_890" id="ci_AlunoAvaliacao_352878_890" value="" type="hidden">
                <input name="nr_Nota_352878_890" id="nr_Nota_352878_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_970" id="ci_AlunoAvaliacao_352878_970" value="" type="hidden">
                <input name="nr_Nota_352878_970" id="nr_Nota_352878_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_3330" id="ci_AlunoAvaliacao_352878_3330" value="" type="hidden">
                <input name="nr_Nota_352878_3330" id="nr_Nota_352878_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1130" id="ci_AlunoAvaliacao_352878_1130" value="" type="hidden">
                <input name="nr_Nota_352878_1130" id="nr_Nota_352878_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1140" id="ci_AlunoAvaliacao_352878_1140" value="" type="hidden">
                <input name="nr_Nota_352878_1140" id="nr_Nota_352878_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1200" id="ci_AlunoAvaliacao_352878_1200" value="" type="hidden">
                <input name="nr_Nota_352878_1200" id="nr_Nota_352878_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1620" id="ci_AlunoAvaliacao_352878_1620" value="" type="hidden">
                <input name="nr_Nota_352878_1620" id="nr_Nota_352878_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1730" id="ci_AlunoAvaliacao_352878_1730" value="" type="hidden">
                <input name="nr_Nota_352878_1730" id="nr_Nota_352878_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1520856&nbsp;ALINE CAVALCANTE GOMES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1520856" type="hidden"></td>
            
            <td id="colunaNotaAluno_1520856_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_154" id="ci_AlunoAvaliacao_1520856_154" value="" type="hidden">
                <input name="nr_Nota_1520856_154" id="nr_Nota_1520856_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_160" id="ci_AlunoAvaliacao_1520856_160" value="" type="hidden">
                <input name="nr_Nota_1520856_160" id="nr_Nota_1520856_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_530" id="ci_AlunoAvaliacao_1520856_530" value="" type="hidden">
                <input name="nr_Nota_1520856_530" id="nr_Nota_1520856_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_780" id="ci_AlunoAvaliacao_1520856_780" value="" type="hidden">
                <input name="nr_Nota_1520856_780" id="nr_Nota_1520856_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_800" id="ci_AlunoAvaliacao_1520856_800" value="" type="hidden">
                <input name="nr_Nota_1520856_800" id="nr_Nota_1520856_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_890" id="ci_AlunoAvaliacao_1520856_890" value="" type="hidden">
                <input name="nr_Nota_1520856_890" id="nr_Nota_1520856_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_970" id="ci_AlunoAvaliacao_1520856_970" value="" type="hidden">
                <input name="nr_Nota_1520856_970" id="nr_Nota_1520856_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_3330" id="ci_AlunoAvaliacao_1520856_3330" value="" type="hidden">
                <input name="nr_Nota_1520856_3330" id="nr_Nota_1520856_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1130" id="ci_AlunoAvaliacao_1520856_1130" value="" type="hidden">
                <input name="nr_Nota_1520856_1130" id="nr_Nota_1520856_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1140" id="ci_AlunoAvaliacao_1520856_1140" value="" type="hidden">
                <input name="nr_Nota_1520856_1140" id="nr_Nota_1520856_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1200" id="ci_AlunoAvaliacao_1520856_1200" value="" type="hidden">
                <input name="nr_Nota_1520856_1200" id="nr_Nota_1520856_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1620" id="ci_AlunoAvaliacao_1520856_1620" value="" type="hidden">
                <input name="nr_Nota_1520856_1620" id="nr_Nota_1520856_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1730" id="ci_AlunoAvaliacao_1520856_1730" value="" type="hidden">
                <input name="nr_Nota_1520856_1730" id="nr_Nota_1520856_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1328654&nbsp;ANA BETRIZ ALMEIDA DUARTE
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1328654" type="hidden"></td>
            
            <td id="colunaNotaAluno_1328654_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_154" id="ci_AlunoAvaliacao_1328654_154" value="" type="hidden">
                <input name="nr_Nota_1328654_154" id="nr_Nota_1328654_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_160" id="ci_AlunoAvaliacao_1328654_160" value="" type="hidden">
                <input name="nr_Nota_1328654_160" id="nr_Nota_1328654_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_530" id="ci_AlunoAvaliacao_1328654_530" value="" type="hidden">
                <input name="nr_Nota_1328654_530" id="nr_Nota_1328654_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_780" id="ci_AlunoAvaliacao_1328654_780" value="" type="hidden">
                <input name="nr_Nota_1328654_780" id="nr_Nota_1328654_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_800" id="ci_AlunoAvaliacao_1328654_800" value="" type="hidden">
                <input name="nr_Nota_1328654_800" id="nr_Nota_1328654_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_890" id="ci_AlunoAvaliacao_1328654_890" value="" type="hidden">
                <input name="nr_Nota_1328654_890" id="nr_Nota_1328654_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_970" id="ci_AlunoAvaliacao_1328654_970" value="" type="hidden">
                <input name="nr_Nota_1328654_970" id="nr_Nota_1328654_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_3330" id="ci_AlunoAvaliacao_1328654_3330" value="" type="hidden">
                <input name="nr_Nota_1328654_3330" id="nr_Nota_1328654_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1130" id="ci_AlunoAvaliacao_1328654_1130" value="" type="hidden">
                <input name="nr_Nota_1328654_1130" id="nr_Nota_1328654_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1140" id="ci_AlunoAvaliacao_1328654_1140" value="" type="hidden">
                <input name="nr_Nota_1328654_1140" id="nr_Nota_1328654_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1200" id="ci_AlunoAvaliacao_1328654_1200" value="" type="hidden">
                <input name="nr_Nota_1328654_1200" id="nr_Nota_1328654_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1620" id="ci_AlunoAvaliacao_1328654_1620" value="" type="hidden">
                <input name="nr_Nota_1328654_1620" id="nr_Nota_1328654_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1730" id="ci_AlunoAvaliacao_1328654_1730" value="" type="hidden">
                <input name="nr_Nota_1328654_1730" id="nr_Nota_1328654_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1194935&nbsp;ANTONIA ALINE FERREIRA DE ALMEIDA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1194935" type="hidden"></td>
            
            <td id="colunaNotaAluno_1194935_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_154" id="ci_AlunoAvaliacao_1194935_154" value="" type="hidden">
                <input name="nr_Nota_1194935_154" id="nr_Nota_1194935_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_160" id="ci_AlunoAvaliacao_1194935_160" value="" type="hidden">
                <input name="nr_Nota_1194935_160" id="nr_Nota_1194935_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_530" id="ci_AlunoAvaliacao_1194935_530" value="" type="hidden">
                <input name="nr_Nota_1194935_530" id="nr_Nota_1194935_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_780" id="ci_AlunoAvaliacao_1194935_780" value="" type="hidden">
                <input name="nr_Nota_1194935_780" id="nr_Nota_1194935_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_800" id="ci_AlunoAvaliacao_1194935_800" value="" type="hidden">
                <input name="nr_Nota_1194935_800" id="nr_Nota_1194935_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_890" id="ci_AlunoAvaliacao_1194935_890" value="" type="hidden">
                <input name="nr_Nota_1194935_890" id="nr_Nota_1194935_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_970" id="ci_AlunoAvaliacao_1194935_970" value="" type="hidden">
                <input name="nr_Nota_1194935_970" id="nr_Nota_1194935_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_3330" id="ci_AlunoAvaliacao_1194935_3330" value="" type="hidden">
                <input name="nr_Nota_1194935_3330" id="nr_Nota_1194935_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1130" id="ci_AlunoAvaliacao_1194935_1130" value="" type="hidden">
                <input name="nr_Nota_1194935_1130" id="nr_Nota_1194935_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1140" id="ci_AlunoAvaliacao_1194935_1140" value="" type="hidden">
                <input name="nr_Nota_1194935_1140" id="nr_Nota_1194935_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1200" id="ci_AlunoAvaliacao_1194935_1200" value="" type="hidden">
                <input name="nr_Nota_1194935_1200" id="nr_Nota_1194935_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1620" id="ci_AlunoAvaliacao_1194935_1620" value="" type="hidden">
                <input name="nr_Nota_1194935_1620" id="nr_Nota_1194935_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1730" id="ci_AlunoAvaliacao_1194935_1730" value="" type="hidden">
                <input name="nr_Nota_1194935_1730" id="nr_Nota_1194935_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201809&nbsp;ANTONIO BRUNO LIMA DOS SANTOS
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1201809" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201809_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_154" id="ci_AlunoAvaliacao_1201809_154" value="" type="hidden">
                <input name="nr_Nota_1201809_154" id="nr_Nota_1201809_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_160" id="ci_AlunoAvaliacao_1201809_160" value="" type="hidden">
                <input name="nr_Nota_1201809_160" id="nr_Nota_1201809_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_530" id="ci_AlunoAvaliacao_1201809_530" value="" type="hidden">
                <input name="nr_Nota_1201809_530" id="nr_Nota_1201809_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_780" id="ci_AlunoAvaliacao_1201809_780" value="" type="hidden">
                <input name="nr_Nota_1201809_780" id="nr_Nota_1201809_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_800" id="ci_AlunoAvaliacao_1201809_800" value="" type="hidden">
                <input name="nr_Nota_1201809_800" id="nr_Nota_1201809_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_890" id="ci_AlunoAvaliacao_1201809_890" value="" type="hidden">
                <input name="nr_Nota_1201809_890" id="nr_Nota_1201809_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_970" id="ci_AlunoAvaliacao_1201809_970" value="" type="hidden">
                <input name="nr_Nota_1201809_970" id="nr_Nota_1201809_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_3330" id="ci_AlunoAvaliacao_1201809_3330" value="" type="hidden">
                <input name="nr_Nota_1201809_3330" id="nr_Nota_1201809_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1130" id="ci_AlunoAvaliacao_1201809_1130" value="" type="hidden">
                <input name="nr_Nota_1201809_1130" id="nr_Nota_1201809_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1140" id="ci_AlunoAvaliacao_1201809_1140" value="" type="hidden">
                <input name="nr_Nota_1201809_1140" id="nr_Nota_1201809_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1200" id="ci_AlunoAvaliacao_1201809_1200" value="" type="hidden">
                <input name="nr_Nota_1201809_1200" id="nr_Nota_1201809_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1620" id="ci_AlunoAvaliacao_1201809_1620" value="" type="hidden">
                <input name="nr_Nota_1201809_1620" id="nr_Nota_1201809_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1730" id="ci_AlunoAvaliacao_1201809_1730" value="" type="hidden">
                <input name="nr_Nota_1201809_1730" id="nr_Nota_1201809_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;190243&nbsp;CRISLANE DOS SANTOS SANTIAGO
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="190243" type="hidden"></td>
            
            <td id="colunaNotaAluno_190243_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_154" id="ci_AlunoAvaliacao_190243_154" value="" type="hidden">
                <input name="nr_Nota_190243_154" id="nr_Nota_190243_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_160" id="ci_AlunoAvaliacao_190243_160" value="" type="hidden">
                <input name="nr_Nota_190243_160" id="nr_Nota_190243_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_530" id="ci_AlunoAvaliacao_190243_530" value="" type="hidden">
                <input name="nr_Nota_190243_530" id="nr_Nota_190243_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_780" id="ci_AlunoAvaliacao_190243_780" value="" type="hidden">
                <input name="nr_Nota_190243_780" id="nr_Nota_190243_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_800" id="ci_AlunoAvaliacao_190243_800" value="" type="hidden">
                <input name="nr_Nota_190243_800" id="nr_Nota_190243_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_890" id="ci_AlunoAvaliacao_190243_890" value="" type="hidden">
                <input name="nr_Nota_190243_890" id="nr_Nota_190243_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_970" id="ci_AlunoAvaliacao_190243_970" value="" type="hidden">
                <input name="nr_Nota_190243_970" id="nr_Nota_190243_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_3330" id="ci_AlunoAvaliacao_190243_3330" value="" type="hidden">
                <input name="nr_Nota_190243_3330" id="nr_Nota_190243_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1130" id="ci_AlunoAvaliacao_190243_1130" value="" type="hidden">
                <input name="nr_Nota_190243_1130" id="nr_Nota_190243_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1140" id="ci_AlunoAvaliacao_190243_1140" value="" type="hidden">
                <input name="nr_Nota_190243_1140" id="nr_Nota_190243_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1200" id="ci_AlunoAvaliacao_190243_1200" value="" type="hidden">
                <input name="nr_Nota_190243_1200" id="nr_Nota_190243_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1620" id="ci_AlunoAvaliacao_190243_1620" value="" type="hidden">
                <input name="nr_Nota_190243_1620" id="nr_Nota_190243_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1730" id="ci_AlunoAvaliacao_190243_1730" value="" type="hidden">
                <input name="nr_Nota_190243_1730" id="nr_Nota_190243_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1302060&nbsp;CRISTHOFER AQUINO GOMES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1302060" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302060_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_154" id="ci_AlunoAvaliacao_1302060_154" value="" type="hidden">
                <input name="nr_Nota_1302060_154" id="nr_Nota_1302060_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_160" id="ci_AlunoAvaliacao_1302060_160" value="" type="hidden">
                <input name="nr_Nota_1302060_160" id="nr_Nota_1302060_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_530" id="ci_AlunoAvaliacao_1302060_530" value="" type="hidden">
                <input name="nr_Nota_1302060_530" id="nr_Nota_1302060_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_780" id="ci_AlunoAvaliacao_1302060_780" value="" type="hidden">
                <input name="nr_Nota_1302060_780" id="nr_Nota_1302060_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_800" id="ci_AlunoAvaliacao_1302060_800" value="" type="hidden">
                <input name="nr_Nota_1302060_800" id="nr_Nota_1302060_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_890" id="ci_AlunoAvaliacao_1302060_890" value="" type="hidden">
                <input name="nr_Nota_1302060_890" id="nr_Nota_1302060_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_970" id="ci_AlunoAvaliacao_1302060_970" value="" type="hidden">
                <input name="nr_Nota_1302060_970" id="nr_Nota_1302060_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_3330" id="ci_AlunoAvaliacao_1302060_3330" value="" type="hidden">
                <input name="nr_Nota_1302060_3330" id="nr_Nota_1302060_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1130" id="ci_AlunoAvaliacao_1302060_1130" value="" type="hidden">
                <input name="nr_Nota_1302060_1130" id="nr_Nota_1302060_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1140" id="ci_AlunoAvaliacao_1302060_1140" value="" type="hidden">
                <input name="nr_Nota_1302060_1140" id="nr_Nota_1302060_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1200" id="ci_AlunoAvaliacao_1302060_1200" value="" type="hidden">
                <input name="nr_Nota_1302060_1200" id="nr_Nota_1302060_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1620" id="ci_AlunoAvaliacao_1302060_1620" value="" type="hidden">
                <input name="nr_Nota_1302060_1620" id="nr_Nota_1302060_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1730" id="ci_AlunoAvaliacao_1302060_1730" value="" type="hidden">
                <input name="nr_Nota_1302060_1730" id="nr_Nota_1302060_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1669842&nbsp;EDNANDA MARIA VIEIRA DA SILVA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1669842" type="hidden"></td>
            
            <td id="colunaNotaAluno_1669842_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_154" id="ci_AlunoAvaliacao_1669842_154" value="" type="hidden">
                <input name="nr_Nota_1669842_154" id="nr_Nota_1669842_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_160" id="ci_AlunoAvaliacao_1669842_160" value="" type="hidden">
                <input name="nr_Nota_1669842_160" id="nr_Nota_1669842_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_530" id="ci_AlunoAvaliacao_1669842_530" value="" type="hidden">
                <input name="nr_Nota_1669842_530" id="nr_Nota_1669842_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_780" id="ci_AlunoAvaliacao_1669842_780" value="" type="hidden">
                <input name="nr_Nota_1669842_780" id="nr_Nota_1669842_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_800" id="ci_AlunoAvaliacao_1669842_800" value="" type="hidden">
                <input name="nr_Nota_1669842_800" id="nr_Nota_1669842_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_890" id="ci_AlunoAvaliacao_1669842_890" value="" type="hidden">
                <input name="nr_Nota_1669842_890" id="nr_Nota_1669842_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_970" id="ci_AlunoAvaliacao_1669842_970" value="" type="hidden">
                <input name="nr_Nota_1669842_970" id="nr_Nota_1669842_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_3330" id="ci_AlunoAvaliacao_1669842_3330" value="" type="hidden">
                <input name="nr_Nota_1669842_3330" id="nr_Nota_1669842_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1130" id="ci_AlunoAvaliacao_1669842_1130" value="" type="hidden">
                <input name="nr_Nota_1669842_1130" id="nr_Nota_1669842_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1140" id="ci_AlunoAvaliacao_1669842_1140" value="" type="hidden">
                <input name="nr_Nota_1669842_1140" id="nr_Nota_1669842_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1200" id="ci_AlunoAvaliacao_1669842_1200" value="" type="hidden">
                <input name="nr_Nota_1669842_1200" id="nr_Nota_1669842_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1620" id="ci_AlunoAvaliacao_1669842_1620" value="" type="hidden">
                <input name="nr_Nota_1669842_1620" id="nr_Nota_1669842_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1730" id="ci_AlunoAvaliacao_1669842_1730" value="" type="hidden">
                <input name="nr_Nota_1669842_1730" id="nr_Nota_1669842_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197202&nbsp;FABIANO MARQUES DE ALMEIDA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1197202" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197202_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_154" id="ci_AlunoAvaliacao_1197202_154" value="" type="hidden">
                <input name="nr_Nota_1197202_154" id="nr_Nota_1197202_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_160" id="ci_AlunoAvaliacao_1197202_160" value="" type="hidden">
                <input name="nr_Nota_1197202_160" id="nr_Nota_1197202_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_530" id="ci_AlunoAvaliacao_1197202_530" value="" type="hidden">
                <input name="nr_Nota_1197202_530" id="nr_Nota_1197202_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_780" id="ci_AlunoAvaliacao_1197202_780" value="" type="hidden">
                <input name="nr_Nota_1197202_780" id="nr_Nota_1197202_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_800" id="ci_AlunoAvaliacao_1197202_800" value="" type="hidden">
                <input name="nr_Nota_1197202_800" id="nr_Nota_1197202_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_890" id="ci_AlunoAvaliacao_1197202_890" value="" type="hidden">
                <input name="nr_Nota_1197202_890" id="nr_Nota_1197202_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_970" id="ci_AlunoAvaliacao_1197202_970" value="" type="hidden">
                <input name="nr_Nota_1197202_970" id="nr_Nota_1197202_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_3330" id="ci_AlunoAvaliacao_1197202_3330" value="" type="hidden">
                <input name="nr_Nota_1197202_3330" id="nr_Nota_1197202_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1130" id="ci_AlunoAvaliacao_1197202_1130" value="" type="hidden">
                <input name="nr_Nota_1197202_1130" id="nr_Nota_1197202_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1140" id="ci_AlunoAvaliacao_1197202_1140" value="" type="hidden">
                <input name="nr_Nota_1197202_1140" id="nr_Nota_1197202_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1200" id="ci_AlunoAvaliacao_1197202_1200" value="" type="hidden">
                <input name="nr_Nota_1197202_1200" id="nr_Nota_1197202_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1620" id="ci_AlunoAvaliacao_1197202_1620" value="" type="hidden">
                <input name="nr_Nota_1197202_1620" id="nr_Nota_1197202_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1730" id="ci_AlunoAvaliacao_1197202_1730" value="" type="hidden">
                <input name="nr_Nota_1197202_1730" id="nr_Nota_1197202_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;401806&nbsp;FABRICIO ALVES DO VALE
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="401806" type="hidden"></td>
            
            <td id="colunaNotaAluno_401806_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_154" id="ci_AlunoAvaliacao_401806_154" value="" type="hidden">
                <input name="nr_Nota_401806_154" id="nr_Nota_401806_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_160" id="ci_AlunoAvaliacao_401806_160" value="" type="hidden">
                <input name="nr_Nota_401806_160" id="nr_Nota_401806_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_530" id="ci_AlunoAvaliacao_401806_530" value="" type="hidden">
                <input name="nr_Nota_401806_530" id="nr_Nota_401806_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_780" id="ci_AlunoAvaliacao_401806_780" value="" type="hidden">
                <input name="nr_Nota_401806_780" id="nr_Nota_401806_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_800" id="ci_AlunoAvaliacao_401806_800" value="" type="hidden">
                <input name="nr_Nota_401806_800" id="nr_Nota_401806_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_890" id="ci_AlunoAvaliacao_401806_890" value="" type="hidden">
                <input name="nr_Nota_401806_890" id="nr_Nota_401806_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_970" id="ci_AlunoAvaliacao_401806_970" value="" type="hidden">
                <input name="nr_Nota_401806_970" id="nr_Nota_401806_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_3330" id="ci_AlunoAvaliacao_401806_3330" value="" type="hidden">
                <input name="nr_Nota_401806_3330" id="nr_Nota_401806_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1130" id="ci_AlunoAvaliacao_401806_1130" value="" type="hidden">
                <input name="nr_Nota_401806_1130" id="nr_Nota_401806_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1140" id="ci_AlunoAvaliacao_401806_1140" value="" type="hidden">
                <input name="nr_Nota_401806_1140" id="nr_Nota_401806_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1200" id="ci_AlunoAvaliacao_401806_1200" value="" type="hidden">
                <input name="nr_Nota_401806_1200" id="nr_Nota_401806_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1620" id="ci_AlunoAvaliacao_401806_1620" value="" type="hidden">
                <input name="nr_Nota_401806_1620" id="nr_Nota_401806_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1730" id="ci_AlunoAvaliacao_401806_1730" value="" type="hidden">
                <input name="nr_Nota_401806_1730" id="nr_Nota_401806_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;235885&nbsp;FRANCISCA EDRYELE DE ALMEIDA SOUZA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="235885" type="hidden"></td>
            
            <td id="colunaNotaAluno_235885_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_154" id="ci_AlunoAvaliacao_235885_154" value="" type="hidden">
                <input name="nr_Nota_235885_154" id="nr_Nota_235885_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_160" id="ci_AlunoAvaliacao_235885_160" value="" type="hidden">
                <input name="nr_Nota_235885_160" id="nr_Nota_235885_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_530" id="ci_AlunoAvaliacao_235885_530" value="" type="hidden">
                <input name="nr_Nota_235885_530" id="nr_Nota_235885_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_780" id="ci_AlunoAvaliacao_235885_780" value="" type="hidden">
                <input name="nr_Nota_235885_780" id="nr_Nota_235885_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_800" id="ci_AlunoAvaliacao_235885_800" value="" type="hidden">
                <input name="nr_Nota_235885_800" id="nr_Nota_235885_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_890" id="ci_AlunoAvaliacao_235885_890" value="" type="hidden">
                <input name="nr_Nota_235885_890" id="nr_Nota_235885_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_970" id="ci_AlunoAvaliacao_235885_970" value="" type="hidden">
                <input name="nr_Nota_235885_970" id="nr_Nota_235885_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_3330" id="ci_AlunoAvaliacao_235885_3330" value="" type="hidden">
                <input name="nr_Nota_235885_3330" id="nr_Nota_235885_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1130" id="ci_AlunoAvaliacao_235885_1130" value="" type="hidden">
                <input name="nr_Nota_235885_1130" id="nr_Nota_235885_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1140" id="ci_AlunoAvaliacao_235885_1140" value="" type="hidden">
                <input name="nr_Nota_235885_1140" id="nr_Nota_235885_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1200" id="ci_AlunoAvaliacao_235885_1200" value="" type="hidden">
                <input name="nr_Nota_235885_1200" id="nr_Nota_235885_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1620" id="ci_AlunoAvaliacao_235885_1620" value="" type="hidden">
                <input name="nr_Nota_235885_1620" id="nr_Nota_235885_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1730" id="ci_AlunoAvaliacao_235885_1730" value="" type="hidden">
                <input name="nr_Nota_235885_1730" id="nr_Nota_235885_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228677&nbsp;FRANCISCO CARLOS DE LIMA NETO
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1228677" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228677_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_154" id="ci_AlunoAvaliacao_1228677_154" value="" type="hidden">
                <input name="nr_Nota_1228677_154" id="nr_Nota_1228677_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_160" id="ci_AlunoAvaliacao_1228677_160" value="" type="hidden">
                <input name="nr_Nota_1228677_160" id="nr_Nota_1228677_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_530" id="ci_AlunoAvaliacao_1228677_530" value="" type="hidden">
                <input name="nr_Nota_1228677_530" id="nr_Nota_1228677_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_780" id="ci_AlunoAvaliacao_1228677_780" value="" type="hidden">
                <input name="nr_Nota_1228677_780" id="nr_Nota_1228677_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_800" id="ci_AlunoAvaliacao_1228677_800" value="" type="hidden">
                <input name="nr_Nota_1228677_800" id="nr_Nota_1228677_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_890" id="ci_AlunoAvaliacao_1228677_890" value="" type="hidden">
                <input name="nr_Nota_1228677_890" id="nr_Nota_1228677_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_970" id="ci_AlunoAvaliacao_1228677_970" value="" type="hidden">
                <input name="nr_Nota_1228677_970" id="nr_Nota_1228677_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_3330" id="ci_AlunoAvaliacao_1228677_3330" value="" type="hidden">
                <input name="nr_Nota_1228677_3330" id="nr_Nota_1228677_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1130" id="ci_AlunoAvaliacao_1228677_1130" value="" type="hidden">
                <input name="nr_Nota_1228677_1130" id="nr_Nota_1228677_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1140" id="ci_AlunoAvaliacao_1228677_1140" value="" type="hidden">
                <input name="nr_Nota_1228677_1140" id="nr_Nota_1228677_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1200" id="ci_AlunoAvaliacao_1228677_1200" value="" type="hidden">
                <input name="nr_Nota_1228677_1200" id="nr_Nota_1228677_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1620" id="ci_AlunoAvaliacao_1228677_1620" value="" type="hidden">
                <input name="nr_Nota_1228677_1620" id="nr_Nota_1228677_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1730" id="ci_AlunoAvaliacao_1228677_1730" value="" type="hidden">
                <input name="nr_Nota_1228677_1730" id="nr_Nota_1228677_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2403848&nbsp;FRANCISCO OLAVO DE VASCONCELOS MARTINS JUNIOR
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="2403848" type="hidden"></td>
            
            <td id="colunaNotaAluno_2403848_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_154" id="ci_AlunoAvaliacao_2403848_154" value="" type="hidden">
                <input name="nr_Nota_2403848_154" id="nr_Nota_2403848_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_160" id="ci_AlunoAvaliacao_2403848_160" value="" type="hidden">
                <input name="nr_Nota_2403848_160" id="nr_Nota_2403848_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_530" id="ci_AlunoAvaliacao_2403848_530" value="" type="hidden">
                <input name="nr_Nota_2403848_530" id="nr_Nota_2403848_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_780" id="ci_AlunoAvaliacao_2403848_780" value="" type="hidden">
                <input name="nr_Nota_2403848_780" id="nr_Nota_2403848_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_800" id="ci_AlunoAvaliacao_2403848_800" value="" type="hidden">
                <input name="nr_Nota_2403848_800" id="nr_Nota_2403848_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_890" id="ci_AlunoAvaliacao_2403848_890" value="" type="hidden">
                <input name="nr_Nota_2403848_890" id="nr_Nota_2403848_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_970" id="ci_AlunoAvaliacao_2403848_970" value="" type="hidden">
                <input name="nr_Nota_2403848_970" id="nr_Nota_2403848_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_3330" id="ci_AlunoAvaliacao_2403848_3330" value="" type="hidden">
                <input name="nr_Nota_2403848_3330" id="nr_Nota_2403848_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1130" id="ci_AlunoAvaliacao_2403848_1130" value="" type="hidden">
                <input name="nr_Nota_2403848_1130" id="nr_Nota_2403848_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1140" id="ci_AlunoAvaliacao_2403848_1140" value="" type="hidden">
                <input name="nr_Nota_2403848_1140" id="nr_Nota_2403848_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1200" id="ci_AlunoAvaliacao_2403848_1200" value="" type="hidden">
                <input name="nr_Nota_2403848_1200" id="nr_Nota_2403848_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1620" id="ci_AlunoAvaliacao_2403848_1620" value="" type="hidden">
                <input name="nr_Nota_2403848_1620" id="nr_Nota_2403848_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1730" id="ci_AlunoAvaliacao_2403848_1730" value="" type="hidden">
                <input name="nr_Nota_2403848_1730" id="nr_Nota_2403848_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1443264&nbsp;FREDERICO LUA BRANCA ALENCAR DA MOTA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1443264" type="hidden"></td>
            
            <td id="colunaNotaAluno_1443264_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_154" id="ci_AlunoAvaliacao_1443264_154" value="" type="hidden">
                <input name="nr_Nota_1443264_154" id="nr_Nota_1443264_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_160" id="ci_AlunoAvaliacao_1443264_160" value="" type="hidden">
                <input name="nr_Nota_1443264_160" id="nr_Nota_1443264_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_530" id="ci_AlunoAvaliacao_1443264_530" value="" type="hidden">
                <input name="nr_Nota_1443264_530" id="nr_Nota_1443264_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_780" id="ci_AlunoAvaliacao_1443264_780" value="" type="hidden">
                <input name="nr_Nota_1443264_780" id="nr_Nota_1443264_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_800" id="ci_AlunoAvaliacao_1443264_800" value="" type="hidden">
                <input name="nr_Nota_1443264_800" id="nr_Nota_1443264_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_890" id="ci_AlunoAvaliacao_1443264_890" value="" type="hidden">
                <input name="nr_Nota_1443264_890" id="nr_Nota_1443264_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_970" id="ci_AlunoAvaliacao_1443264_970" value="" type="hidden">
                <input name="nr_Nota_1443264_970" id="nr_Nota_1443264_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_3330" id="ci_AlunoAvaliacao_1443264_3330" value="" type="hidden">
                <input name="nr_Nota_1443264_3330" id="nr_Nota_1443264_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1130" id="ci_AlunoAvaliacao_1443264_1130" value="" type="hidden">
                <input name="nr_Nota_1443264_1130" id="nr_Nota_1443264_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1140" id="ci_AlunoAvaliacao_1443264_1140" value="" type="hidden">
                <input name="nr_Nota_1443264_1140" id="nr_Nota_1443264_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1200" id="ci_AlunoAvaliacao_1443264_1200" value="" type="hidden">
                <input name="nr_Nota_1443264_1200" id="nr_Nota_1443264_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1620" id="ci_AlunoAvaliacao_1443264_1620" value="" type="hidden">
                <input name="nr_Nota_1443264_1620" id="nr_Nota_1443264_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1730" id="ci_AlunoAvaliacao_1443264_1730" value="" type="hidden">
                <input name="nr_Nota_1443264_1730" id="nr_Nota_1443264_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2403014&nbsp;HANDERSON CAIO OLIVEIRA DE NOJOSA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="2403014" type="hidden"></td>
            
            <td id="colunaNotaAluno_2403014_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_154" id="ci_AlunoAvaliacao_2403014_154" value="" type="hidden">
                <input name="nr_Nota_2403014_154" id="nr_Nota_2403014_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_160" id="ci_AlunoAvaliacao_2403014_160" value="" type="hidden">
                <input name="nr_Nota_2403014_160" id="nr_Nota_2403014_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_530" id="ci_AlunoAvaliacao_2403014_530" value="" type="hidden">
                <input name="nr_Nota_2403014_530" id="nr_Nota_2403014_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_780" id="ci_AlunoAvaliacao_2403014_780" value="" type="hidden">
                <input name="nr_Nota_2403014_780" id="nr_Nota_2403014_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_800" id="ci_AlunoAvaliacao_2403014_800" value="" type="hidden">
                <input name="nr_Nota_2403014_800" id="nr_Nota_2403014_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_890" id="ci_AlunoAvaliacao_2403014_890" value="" type="hidden">
                <input name="nr_Nota_2403014_890" id="nr_Nota_2403014_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_970" id="ci_AlunoAvaliacao_2403014_970" value="" type="hidden">
                <input name="nr_Nota_2403014_970" id="nr_Nota_2403014_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_3330" id="ci_AlunoAvaliacao_2403014_3330" value="" type="hidden">
                <input name="nr_Nota_2403014_3330" id="nr_Nota_2403014_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1130" id="ci_AlunoAvaliacao_2403014_1130" value="" type="hidden">
                <input name="nr_Nota_2403014_1130" id="nr_Nota_2403014_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1140" id="ci_AlunoAvaliacao_2403014_1140" value="" type="hidden">
                <input name="nr_Nota_2403014_1140" id="nr_Nota_2403014_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1200" id="ci_AlunoAvaliacao_2403014_1200" value="" type="hidden">
                <input name="nr_Nota_2403014_1200" id="nr_Nota_2403014_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1620" id="ci_AlunoAvaliacao_2403014_1620" value="" type="hidden">
                <input name="nr_Nota_2403014_1620" id="nr_Nota_2403014_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1730" id="ci_AlunoAvaliacao_2403014_1730" value="" type="hidden">
                <input name="nr_Nota_2403014_1730" id="nr_Nota_2403014_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;239045&nbsp;JOSE GLADYSON GONCALVES SIPAUBA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="239045" type="hidden"></td>
            
            <td id="colunaNotaAluno_239045_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_154" id="ci_AlunoAvaliacao_239045_154" value="" type="hidden">
                <input name="nr_Nota_239045_154" id="nr_Nota_239045_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_160" id="ci_AlunoAvaliacao_239045_160" value="" type="hidden">
                <input name="nr_Nota_239045_160" id="nr_Nota_239045_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_530" id="ci_AlunoAvaliacao_239045_530" value="" type="hidden">
                <input name="nr_Nota_239045_530" id="nr_Nota_239045_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_780" id="ci_AlunoAvaliacao_239045_780" value="" type="hidden">
                <input name="nr_Nota_239045_780" id="nr_Nota_239045_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_800" id="ci_AlunoAvaliacao_239045_800" value="" type="hidden">
                <input name="nr_Nota_239045_800" id="nr_Nota_239045_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_890" id="ci_AlunoAvaliacao_239045_890" value="" type="hidden">
                <input name="nr_Nota_239045_890" id="nr_Nota_239045_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_970" id="ci_AlunoAvaliacao_239045_970" value="" type="hidden">
                <input name="nr_Nota_239045_970" id="nr_Nota_239045_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_3330" id="ci_AlunoAvaliacao_239045_3330" value="" type="hidden">
                <input name="nr_Nota_239045_3330" id="nr_Nota_239045_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1130" id="ci_AlunoAvaliacao_239045_1130" value="" type="hidden">
                <input name="nr_Nota_239045_1130" id="nr_Nota_239045_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1140" id="ci_AlunoAvaliacao_239045_1140" value="" type="hidden">
                <input name="nr_Nota_239045_1140" id="nr_Nota_239045_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1200" id="ci_AlunoAvaliacao_239045_1200" value="" type="hidden">
                <input name="nr_Nota_239045_1200" id="nr_Nota_239045_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1620" id="ci_AlunoAvaliacao_239045_1620" value="" type="hidden">
                <input name="nr_Nota_239045_1620" id="nr_Nota_239045_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1730" id="ci_AlunoAvaliacao_239045_1730" value="" type="hidden">
                <input name="nr_Nota_239045_1730" id="nr_Nota_239045_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;895017&nbsp;JOYCE FERREIRA DE PAIVA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="895017" type="hidden"></td>
            
            <td id="colunaNotaAluno_895017_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_154" id="ci_AlunoAvaliacao_895017_154" value="" type="hidden">
                <input name="nr_Nota_895017_154" id="nr_Nota_895017_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_160" id="ci_AlunoAvaliacao_895017_160" value="" type="hidden">
                <input name="nr_Nota_895017_160" id="nr_Nota_895017_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_530" id="ci_AlunoAvaliacao_895017_530" value="" type="hidden">
                <input name="nr_Nota_895017_530" id="nr_Nota_895017_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_780" id="ci_AlunoAvaliacao_895017_780" value="" type="hidden">
                <input name="nr_Nota_895017_780" id="nr_Nota_895017_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_800" id="ci_AlunoAvaliacao_895017_800" value="" type="hidden">
                <input name="nr_Nota_895017_800" id="nr_Nota_895017_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_890" id="ci_AlunoAvaliacao_895017_890" value="" type="hidden">
                <input name="nr_Nota_895017_890" id="nr_Nota_895017_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_970" id="ci_AlunoAvaliacao_895017_970" value="" type="hidden">
                <input name="nr_Nota_895017_970" id="nr_Nota_895017_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_3330" id="ci_AlunoAvaliacao_895017_3330" value="" type="hidden">
                <input name="nr_Nota_895017_3330" id="nr_Nota_895017_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1130" id="ci_AlunoAvaliacao_895017_1130" value="" type="hidden">
                <input name="nr_Nota_895017_1130" id="nr_Nota_895017_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1140" id="ci_AlunoAvaliacao_895017_1140" value="" type="hidden">
                <input name="nr_Nota_895017_1140" id="nr_Nota_895017_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1200" id="ci_AlunoAvaliacao_895017_1200" value="" type="hidden">
                <input name="nr_Nota_895017_1200" id="nr_Nota_895017_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1620" id="ci_AlunoAvaliacao_895017_1620" value="" type="hidden">
                <input name="nr_Nota_895017_1620" id="nr_Nota_895017_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1730" id="ci_AlunoAvaliacao_895017_1730" value="" type="hidden">
                <input name="nr_Nota_895017_1730" id="nr_Nota_895017_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;557302&nbsp;LEANDRO AUGUSTO FERREIRA DE FREITAS
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="557302" type="hidden"></td>
            
            <td id="colunaNotaAluno_557302_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_154" id="ci_AlunoAvaliacao_557302_154" value="" type="hidden">
                <input name="nr_Nota_557302_154" id="nr_Nota_557302_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_160" id="ci_AlunoAvaliacao_557302_160" value="" type="hidden">
                <input name="nr_Nota_557302_160" id="nr_Nota_557302_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_530" id="ci_AlunoAvaliacao_557302_530" value="" type="hidden">
                <input name="nr_Nota_557302_530" id="nr_Nota_557302_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_780" id="ci_AlunoAvaliacao_557302_780" value="" type="hidden">
                <input name="nr_Nota_557302_780" id="nr_Nota_557302_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_800" id="ci_AlunoAvaliacao_557302_800" value="" type="hidden">
                <input name="nr_Nota_557302_800" id="nr_Nota_557302_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_890" id="ci_AlunoAvaliacao_557302_890" value="" type="hidden">
                <input name="nr_Nota_557302_890" id="nr_Nota_557302_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_970" id="ci_AlunoAvaliacao_557302_970" value="" type="hidden">
                <input name="nr_Nota_557302_970" id="nr_Nota_557302_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_3330" id="ci_AlunoAvaliacao_557302_3330" value="" type="hidden">
                <input name="nr_Nota_557302_3330" id="nr_Nota_557302_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1130" id="ci_AlunoAvaliacao_557302_1130" value="" type="hidden">
                <input name="nr_Nota_557302_1130" id="nr_Nota_557302_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1140" id="ci_AlunoAvaliacao_557302_1140" value="" type="hidden">
                <input name="nr_Nota_557302_1140" id="nr_Nota_557302_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1200" id="ci_AlunoAvaliacao_557302_1200" value="" type="hidden">
                <input name="nr_Nota_557302_1200" id="nr_Nota_557302_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1620" id="ci_AlunoAvaliacao_557302_1620" value="" type="hidden">
                <input name="nr_Nota_557302_1620" id="nr_Nota_557302_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1730" id="ci_AlunoAvaliacao_557302_1730" value="" type="hidden">
                <input name="nr_Nota_557302_1730" id="nr_Nota_557302_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2403150&nbsp;LUCAS BARBOSA RIOS
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="2403150" type="hidden"></td>
            
            <td id="colunaNotaAluno_2403150_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_154" id="ci_AlunoAvaliacao_2403150_154" value="" type="hidden">
                <input name="nr_Nota_2403150_154" id="nr_Nota_2403150_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_160" id="ci_AlunoAvaliacao_2403150_160" value="" type="hidden">
                <input name="nr_Nota_2403150_160" id="nr_Nota_2403150_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_530" id="ci_AlunoAvaliacao_2403150_530" value="" type="hidden">
                <input name="nr_Nota_2403150_530" id="nr_Nota_2403150_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_780" id="ci_AlunoAvaliacao_2403150_780" value="" type="hidden">
                <input name="nr_Nota_2403150_780" id="nr_Nota_2403150_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_800" id="ci_AlunoAvaliacao_2403150_800" value="" type="hidden">
                <input name="nr_Nota_2403150_800" id="nr_Nota_2403150_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_890" id="ci_AlunoAvaliacao_2403150_890" value="" type="hidden">
                <input name="nr_Nota_2403150_890" id="nr_Nota_2403150_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_970" id="ci_AlunoAvaliacao_2403150_970" value="" type="hidden">
                <input name="nr_Nota_2403150_970" id="nr_Nota_2403150_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_3330" id="ci_AlunoAvaliacao_2403150_3330" value="" type="hidden">
                <input name="nr_Nota_2403150_3330" id="nr_Nota_2403150_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1130" id="ci_AlunoAvaliacao_2403150_1130" value="" type="hidden">
                <input name="nr_Nota_2403150_1130" id="nr_Nota_2403150_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1140" id="ci_AlunoAvaliacao_2403150_1140" value="" type="hidden">
                <input name="nr_Nota_2403150_1140" id="nr_Nota_2403150_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1200" id="ci_AlunoAvaliacao_2403150_1200" value="" type="hidden">
                <input name="nr_Nota_2403150_1200" id="nr_Nota_2403150_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1620" id="ci_AlunoAvaliacao_2403150_1620" value="" type="hidden">
                <input name="nr_Nota_2403150_1620" id="nr_Nota_2403150_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1730" id="ci_AlunoAvaliacao_2403150_1730" value="" type="hidden">
                <input name="nr_Nota_2403150_1730" id="nr_Nota_2403150_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1170871&nbsp;MATEUS DAMASCENO RODRIGUES
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1170871" type="hidden"></td>
            
            <td id="colunaNotaAluno_1170871_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_154" id="ci_AlunoAvaliacao_1170871_154" value="" type="hidden">
                <input name="nr_Nota_1170871_154" id="nr_Nota_1170871_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_160" id="ci_AlunoAvaliacao_1170871_160" value="" type="hidden">
                <input name="nr_Nota_1170871_160" id="nr_Nota_1170871_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_530" id="ci_AlunoAvaliacao_1170871_530" value="" type="hidden">
                <input name="nr_Nota_1170871_530" id="nr_Nota_1170871_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_780" id="ci_AlunoAvaliacao_1170871_780" value="" type="hidden">
                <input name="nr_Nota_1170871_780" id="nr_Nota_1170871_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_800" id="ci_AlunoAvaliacao_1170871_800" value="" type="hidden">
                <input name="nr_Nota_1170871_800" id="nr_Nota_1170871_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_890" id="ci_AlunoAvaliacao_1170871_890" value="" type="hidden">
                <input name="nr_Nota_1170871_890" id="nr_Nota_1170871_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_970" id="ci_AlunoAvaliacao_1170871_970" value="" type="hidden">
                <input name="nr_Nota_1170871_970" id="nr_Nota_1170871_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_3330" id="ci_AlunoAvaliacao_1170871_3330" value="" type="hidden">
                <input name="nr_Nota_1170871_3330" id="nr_Nota_1170871_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1130" id="ci_AlunoAvaliacao_1170871_1130" value="" type="hidden">
                <input name="nr_Nota_1170871_1130" id="nr_Nota_1170871_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1140" id="ci_AlunoAvaliacao_1170871_1140" value="" type="hidden">
                <input name="nr_Nota_1170871_1140" id="nr_Nota_1170871_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1200" id="ci_AlunoAvaliacao_1170871_1200" value="" type="hidden">
                <input name="nr_Nota_1170871_1200" id="nr_Nota_1170871_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1620" id="ci_AlunoAvaliacao_1170871_1620" value="" type="hidden">
                <input name="nr_Nota_1170871_1620" id="nr_Nota_1170871_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1730" id="ci_AlunoAvaliacao_1170871_1730" value="" type="hidden">
                <input name="nr_Nota_1170871_1730" id="nr_Nota_1170871_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;496207&nbsp;MATEUS SANTANA DE ARAUJO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="496207" type="hidden"></td>
            
            <td id="colunaNotaAluno_496207_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_154" id="ci_AlunoAvaliacao_496207_154" value="" type="hidden">
                <input name="nr_Nota_496207_154" id="nr_Nota_496207_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_160" id="ci_AlunoAvaliacao_496207_160" value="" type="hidden">
                <input name="nr_Nota_496207_160" id="nr_Nota_496207_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_530" id="ci_AlunoAvaliacao_496207_530" value="" type="hidden">
                <input name="nr_Nota_496207_530" id="nr_Nota_496207_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_780" id="ci_AlunoAvaliacao_496207_780" value="" type="hidden">
                <input name="nr_Nota_496207_780" id="nr_Nota_496207_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_800" id="ci_AlunoAvaliacao_496207_800" value="" type="hidden">
                <input name="nr_Nota_496207_800" id="nr_Nota_496207_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_890" id="ci_AlunoAvaliacao_496207_890" value="" type="hidden">
                <input name="nr_Nota_496207_890" id="nr_Nota_496207_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_970" id="ci_AlunoAvaliacao_496207_970" value="" type="hidden">
                <input name="nr_Nota_496207_970" id="nr_Nota_496207_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_3330" id="ci_AlunoAvaliacao_496207_3330" value="" type="hidden">
                <input name="nr_Nota_496207_3330" id="nr_Nota_496207_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1130" id="ci_AlunoAvaliacao_496207_1130" value="" type="hidden">
                <input name="nr_Nota_496207_1130" id="nr_Nota_496207_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1140" id="ci_AlunoAvaliacao_496207_1140" value="" type="hidden">
                <input name="nr_Nota_496207_1140" id="nr_Nota_496207_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1200" id="ci_AlunoAvaliacao_496207_1200" value="" type="hidden">
                <input name="nr_Nota_496207_1200" id="nr_Nota_496207_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1620" id="ci_AlunoAvaliacao_496207_1620" value="" type="hidden">
                <input name="nr_Nota_496207_1620" id="nr_Nota_496207_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1730" id="ci_AlunoAvaliacao_496207_1730" value="" type="hidden">
                <input name="nr_Nota_496207_1730" id="nr_Nota_496207_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;894684&nbsp;MIKAELLY MACEDO TEIXEIRA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="894684" type="hidden"></td>
            
            <td id="colunaNotaAluno_894684_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_154" id="ci_AlunoAvaliacao_894684_154" value="" type="hidden">
                <input name="nr_Nota_894684_154" id="nr_Nota_894684_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_160" id="ci_AlunoAvaliacao_894684_160" value="" type="hidden">
                <input name="nr_Nota_894684_160" id="nr_Nota_894684_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_530" id="ci_AlunoAvaliacao_894684_530" value="" type="hidden">
                <input name="nr_Nota_894684_530" id="nr_Nota_894684_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_780" id="ci_AlunoAvaliacao_894684_780" value="" type="hidden">
                <input name="nr_Nota_894684_780" id="nr_Nota_894684_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_800" id="ci_AlunoAvaliacao_894684_800" value="" type="hidden">
                <input name="nr_Nota_894684_800" id="nr_Nota_894684_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_890" id="ci_AlunoAvaliacao_894684_890" value="" type="hidden">
                <input name="nr_Nota_894684_890" id="nr_Nota_894684_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_970" id="ci_AlunoAvaliacao_894684_970" value="" type="hidden">
                <input name="nr_Nota_894684_970" id="nr_Nota_894684_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_3330" id="ci_AlunoAvaliacao_894684_3330" value="" type="hidden">
                <input name="nr_Nota_894684_3330" id="nr_Nota_894684_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1130" id="ci_AlunoAvaliacao_894684_1130" value="" type="hidden">
                <input name="nr_Nota_894684_1130" id="nr_Nota_894684_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1140" id="ci_AlunoAvaliacao_894684_1140" value="" type="hidden">
                <input name="nr_Nota_894684_1140" id="nr_Nota_894684_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1200" id="ci_AlunoAvaliacao_894684_1200" value="" type="hidden">
                <input name="nr_Nota_894684_1200" id="nr_Nota_894684_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1620" id="ci_AlunoAvaliacao_894684_1620" value="" type="hidden">
                <input name="nr_Nota_894684_1620" id="nr_Nota_894684_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1730" id="ci_AlunoAvaliacao_894684_1730" value="" type="hidden">
                <input name="nr_Nota_894684_1730" id="nr_Nota_894684_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195678&nbsp;MILENA DOS SANTOS DA COSTA
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1195678" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195678_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_154" id="ci_AlunoAvaliacao_1195678_154" value="" type="hidden">
                <input name="nr_Nota_1195678_154" id="nr_Nota_1195678_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_160" id="ci_AlunoAvaliacao_1195678_160" value="" type="hidden">
                <input name="nr_Nota_1195678_160" id="nr_Nota_1195678_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_530" id="ci_AlunoAvaliacao_1195678_530" value="" type="hidden">
                <input name="nr_Nota_1195678_530" id="nr_Nota_1195678_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_780" id="ci_AlunoAvaliacao_1195678_780" value="" type="hidden">
                <input name="nr_Nota_1195678_780" id="nr_Nota_1195678_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_800" id="ci_AlunoAvaliacao_1195678_800" value="" type="hidden">
                <input name="nr_Nota_1195678_800" id="nr_Nota_1195678_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_890" id="ci_AlunoAvaliacao_1195678_890" value="" type="hidden">
                <input name="nr_Nota_1195678_890" id="nr_Nota_1195678_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_970" id="ci_AlunoAvaliacao_1195678_970" value="" type="hidden">
                <input name="nr_Nota_1195678_970" id="nr_Nota_1195678_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_3330" id="ci_AlunoAvaliacao_1195678_3330" value="" type="hidden">
                <input name="nr_Nota_1195678_3330" id="nr_Nota_1195678_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1130" id="ci_AlunoAvaliacao_1195678_1130" value="" type="hidden">
                <input name="nr_Nota_1195678_1130" id="nr_Nota_1195678_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1140" id="ci_AlunoAvaliacao_1195678_1140" value="" type="hidden">
                <input name="nr_Nota_1195678_1140" id="nr_Nota_1195678_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1200" id="ci_AlunoAvaliacao_1195678_1200" value="" type="hidden">
                <input name="nr_Nota_1195678_1200" id="nr_Nota_1195678_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1620" id="ci_AlunoAvaliacao_1195678_1620" value="" type="hidden">
                <input name="nr_Nota_1195678_1620" id="nr_Nota_1195678_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1730" id="ci_AlunoAvaliacao_1195678_1730" value="" type="hidden">
                <input name="nr_Nota_1195678_1730" id="nr_Nota_1195678_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;494232&nbsp;NATALY GOMES DE MENEZES
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="494232" type="hidden"></td>
            
            <td id="colunaNotaAluno_494232_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_154" id="ci_AlunoAvaliacao_494232_154" value="" type="hidden">
                <input name="nr_Nota_494232_154" id="nr_Nota_494232_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_160" id="ci_AlunoAvaliacao_494232_160" value="" type="hidden">
                <input name="nr_Nota_494232_160" id="nr_Nota_494232_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_530" id="ci_AlunoAvaliacao_494232_530" value="" type="hidden">
                <input name="nr_Nota_494232_530" id="nr_Nota_494232_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_780" id="ci_AlunoAvaliacao_494232_780" value="" type="hidden">
                <input name="nr_Nota_494232_780" id="nr_Nota_494232_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_800" id="ci_AlunoAvaliacao_494232_800" value="" type="hidden">
                <input name="nr_Nota_494232_800" id="nr_Nota_494232_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_890" id="ci_AlunoAvaliacao_494232_890" value="" type="hidden">
                <input name="nr_Nota_494232_890" id="nr_Nota_494232_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_970" id="ci_AlunoAvaliacao_494232_970" value="" type="hidden">
                <input name="nr_Nota_494232_970" id="nr_Nota_494232_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_3330" id="ci_AlunoAvaliacao_494232_3330" value="" type="hidden">
                <input name="nr_Nota_494232_3330" id="nr_Nota_494232_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1130" id="ci_AlunoAvaliacao_494232_1130" value="" type="hidden">
                <input name="nr_Nota_494232_1130" id="nr_Nota_494232_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1140" id="ci_AlunoAvaliacao_494232_1140" value="" type="hidden">
                <input name="nr_Nota_494232_1140" id="nr_Nota_494232_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1200" id="ci_AlunoAvaliacao_494232_1200" value="" type="hidden">
                <input name="nr_Nota_494232_1200" id="nr_Nota_494232_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1620" id="ci_AlunoAvaliacao_494232_1620" value="" type="hidden">
                <input name="nr_Nota_494232_1620" id="nr_Nota_494232_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1730" id="ci_AlunoAvaliacao_494232_1730" value="" type="hidden">
                <input name="nr_Nota_494232_1730" id="nr_Nota_494232_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1521088&nbsp;PHYLYP BRENDO SOUSA CAVALCANTE
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1521088" type="hidden"></td>
            
            <td id="colunaNotaAluno_1521088_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_154" id="ci_AlunoAvaliacao_1521088_154" value="" type="hidden">
                <input name="nr_Nota_1521088_154" id="nr_Nota_1521088_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_160" id="ci_AlunoAvaliacao_1521088_160" value="" type="hidden">
                <input name="nr_Nota_1521088_160" id="nr_Nota_1521088_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_530" id="ci_AlunoAvaliacao_1521088_530" value="" type="hidden">
                <input name="nr_Nota_1521088_530" id="nr_Nota_1521088_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_780" id="ci_AlunoAvaliacao_1521088_780" value="" type="hidden">
                <input name="nr_Nota_1521088_780" id="nr_Nota_1521088_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_800" id="ci_AlunoAvaliacao_1521088_800" value="" type="hidden">
                <input name="nr_Nota_1521088_800" id="nr_Nota_1521088_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_890" id="ci_AlunoAvaliacao_1521088_890" value="" type="hidden">
                <input name="nr_Nota_1521088_890" id="nr_Nota_1521088_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_970" id="ci_AlunoAvaliacao_1521088_970" value="" type="hidden">
                <input name="nr_Nota_1521088_970" id="nr_Nota_1521088_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_3330" id="ci_AlunoAvaliacao_1521088_3330" value="" type="hidden">
                <input name="nr_Nota_1521088_3330" id="nr_Nota_1521088_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1130" id="ci_AlunoAvaliacao_1521088_1130" value="" type="hidden">
                <input name="nr_Nota_1521088_1130" id="nr_Nota_1521088_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1140" id="ci_AlunoAvaliacao_1521088_1140" value="" type="hidden">
                <input name="nr_Nota_1521088_1140" id="nr_Nota_1521088_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1200" id="ci_AlunoAvaliacao_1521088_1200" value="" type="hidden">
                <input name="nr_Nota_1521088_1200" id="nr_Nota_1521088_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1620" id="ci_AlunoAvaliacao_1521088_1620" value="" type="hidden">
                <input name="nr_Nota_1521088_1620" id="nr_Nota_1521088_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1730" id="ci_AlunoAvaliacao_1521088_1730" value="" type="hidden">
                <input name="nr_Nota_1521088_1730" id="nr_Nota_1521088_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1485620&nbsp;RODRIGO SA DA SILVA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1485620" type="hidden"></td>
            
            <td id="colunaNotaAluno_1485620_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_154" id="ci_AlunoAvaliacao_1485620_154" value="" type="hidden">
                <input name="nr_Nota_1485620_154" id="nr_Nota_1485620_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_160" id="ci_AlunoAvaliacao_1485620_160" value="" type="hidden">
                <input name="nr_Nota_1485620_160" id="nr_Nota_1485620_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_530" id="ci_AlunoAvaliacao_1485620_530" value="" type="hidden">
                <input name="nr_Nota_1485620_530" id="nr_Nota_1485620_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_780" id="ci_AlunoAvaliacao_1485620_780" value="" type="hidden">
                <input name="nr_Nota_1485620_780" id="nr_Nota_1485620_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_800" id="ci_AlunoAvaliacao_1485620_800" value="" type="hidden">
                <input name="nr_Nota_1485620_800" id="nr_Nota_1485620_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_890" id="ci_AlunoAvaliacao_1485620_890" value="" type="hidden">
                <input name="nr_Nota_1485620_890" id="nr_Nota_1485620_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_970" id="ci_AlunoAvaliacao_1485620_970" value="" type="hidden">
                <input name="nr_Nota_1485620_970" id="nr_Nota_1485620_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_3330" id="ci_AlunoAvaliacao_1485620_3330" value="" type="hidden">
                <input name="nr_Nota_1485620_3330" id="nr_Nota_1485620_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1130" id="ci_AlunoAvaliacao_1485620_1130" value="" type="hidden">
                <input name="nr_Nota_1485620_1130" id="nr_Nota_1485620_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1140" id="ci_AlunoAvaliacao_1485620_1140" value="" type="hidden">
                <input name="nr_Nota_1485620_1140" id="nr_Nota_1485620_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1200" id="ci_AlunoAvaliacao_1485620_1200" value="" type="hidden">
                <input name="nr_Nota_1485620_1200" id="nr_Nota_1485620_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1620" id="ci_AlunoAvaliacao_1485620_1620" value="" type="hidden">
                <input name="nr_Nota_1485620_1620" id="nr_Nota_1485620_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1730" id="ci_AlunoAvaliacao_1485620_1730" value="" type="hidden">
                <input name="nr_Nota_1485620_1730" id="nr_Nota_1485620_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;143535&nbsp;SAMUEL CHAGAS SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="143535" type="hidden"></td>
            
            <td id="colunaNotaAluno_143535_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_154" id="ci_AlunoAvaliacao_143535_154" value="" type="hidden">
                <input name="nr_Nota_143535_154" id="nr_Nota_143535_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_160" id="ci_AlunoAvaliacao_143535_160" value="" type="hidden">
                <input name="nr_Nota_143535_160" id="nr_Nota_143535_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_530" id="ci_AlunoAvaliacao_143535_530" value="" type="hidden">
                <input name="nr_Nota_143535_530" id="nr_Nota_143535_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_780" id="ci_AlunoAvaliacao_143535_780" value="" type="hidden">
                <input name="nr_Nota_143535_780" id="nr_Nota_143535_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_800" id="ci_AlunoAvaliacao_143535_800" value="" type="hidden">
                <input name="nr_Nota_143535_800" id="nr_Nota_143535_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_890" id="ci_AlunoAvaliacao_143535_890" value="" type="hidden">
                <input name="nr_Nota_143535_890" id="nr_Nota_143535_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_970" id="ci_AlunoAvaliacao_143535_970" value="" type="hidden">
                <input name="nr_Nota_143535_970" id="nr_Nota_143535_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_3330" id="ci_AlunoAvaliacao_143535_3330" value="" type="hidden">
                <input name="nr_Nota_143535_3330" id="nr_Nota_143535_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1130" id="ci_AlunoAvaliacao_143535_1130" value="" type="hidden">
                <input name="nr_Nota_143535_1130" id="nr_Nota_143535_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1140" id="ci_AlunoAvaliacao_143535_1140" value="" type="hidden">
                <input name="nr_Nota_143535_1140" id="nr_Nota_143535_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1200" id="ci_AlunoAvaliacao_143535_1200" value="" type="hidden">
                <input name="nr_Nota_143535_1200" id="nr_Nota_143535_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1620" id="ci_AlunoAvaliacao_143535_1620" value="" type="hidden">
                <input name="nr_Nota_143535_1620" id="nr_Nota_143535_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1730" id="ci_AlunoAvaliacao_143535_1730" value="" type="hidden">
                <input name="nr_Nota_143535_1730" id="nr_Nota_143535_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903027&nbsp;STEFHERSON SOUZA SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="903027" type="hidden"></td>
            
            <td id="colunaNotaAluno_903027_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_154" id="ci_AlunoAvaliacao_903027_154" value="" type="hidden">
                <input name="nr_Nota_903027_154" id="nr_Nota_903027_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_160" id="ci_AlunoAvaliacao_903027_160" value="" type="hidden">
                <input name="nr_Nota_903027_160" id="nr_Nota_903027_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_530" id="ci_AlunoAvaliacao_903027_530" value="" type="hidden">
                <input name="nr_Nota_903027_530" id="nr_Nota_903027_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_780" id="ci_AlunoAvaliacao_903027_780" value="" type="hidden">
                <input name="nr_Nota_903027_780" id="nr_Nota_903027_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_800" id="ci_AlunoAvaliacao_903027_800" value="" type="hidden">
                <input name="nr_Nota_903027_800" id="nr_Nota_903027_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_890" id="ci_AlunoAvaliacao_903027_890" value="" type="hidden">
                <input name="nr_Nota_903027_890" id="nr_Nota_903027_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_970" id="ci_AlunoAvaliacao_903027_970" value="" type="hidden">
                <input name="nr_Nota_903027_970" id="nr_Nota_903027_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_3330" id="ci_AlunoAvaliacao_903027_3330" value="" type="hidden">
                <input name="nr_Nota_903027_3330" id="nr_Nota_903027_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1130" id="ci_AlunoAvaliacao_903027_1130" value="" type="hidden">
                <input name="nr_Nota_903027_1130" id="nr_Nota_903027_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1140" id="ci_AlunoAvaliacao_903027_1140" value="" type="hidden">
                <input name="nr_Nota_903027_1140" id="nr_Nota_903027_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1200" id="ci_AlunoAvaliacao_903027_1200" value="" type="hidden">
                <input name="nr_Nota_903027_1200" id="nr_Nota_903027_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1620" id="ci_AlunoAvaliacao_903027_1620" value="" type="hidden">
                <input name="nr_Nota_903027_1620" id="nr_Nota_903027_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1730" id="ci_AlunoAvaliacao_903027_1730" value="" type="hidden">
                <input name="nr_Nota_903027_1730" id="nr_Nota_903027_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1520966&nbsp;TAYNARA SAYURE CAETANO DA SILVA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1520966" type="hidden"></td>
            
            <td id="colunaNotaAluno_1520966_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_154" id="ci_AlunoAvaliacao_1520966_154" value="" type="hidden">
                <input name="nr_Nota_1520966_154" id="nr_Nota_1520966_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_160" id="ci_AlunoAvaliacao_1520966_160" value="" type="hidden">
                <input name="nr_Nota_1520966_160" id="nr_Nota_1520966_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_530" id="ci_AlunoAvaliacao_1520966_530" value="" type="hidden">
                <input name="nr_Nota_1520966_530" id="nr_Nota_1520966_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_780" id="ci_AlunoAvaliacao_1520966_780" value="" type="hidden">
                <input name="nr_Nota_1520966_780" id="nr_Nota_1520966_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_800" id="ci_AlunoAvaliacao_1520966_800" value="" type="hidden">
                <input name="nr_Nota_1520966_800" id="nr_Nota_1520966_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_890" id="ci_AlunoAvaliacao_1520966_890" value="" type="hidden">
                <input name="nr_Nota_1520966_890" id="nr_Nota_1520966_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_970" id="ci_AlunoAvaliacao_1520966_970" value="" type="hidden">
                <input name="nr_Nota_1520966_970" id="nr_Nota_1520966_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_3330" id="ci_AlunoAvaliacao_1520966_3330" value="" type="hidden">
                <input name="nr_Nota_1520966_3330" id="nr_Nota_1520966_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1130" id="ci_AlunoAvaliacao_1520966_1130" value="" type="hidden">
                <input name="nr_Nota_1520966_1130" id="nr_Nota_1520966_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1140" id="ci_AlunoAvaliacao_1520966_1140" value="" type="hidden">
                <input name="nr_Nota_1520966_1140" id="nr_Nota_1520966_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1200" id="ci_AlunoAvaliacao_1520966_1200" value="" type="hidden">
                <input name="nr_Nota_1520966_1200" id="nr_Nota_1520966_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1620" id="ci_AlunoAvaliacao_1520966_1620" value="" type="hidden">
                <input name="nr_Nota_1520966_1620" id="nr_Nota_1520966_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1730" id="ci_AlunoAvaliacao_1520966_1730" value="" type="hidden">
                <input name="nr_Nota_1520966_1730" id="nr_Nota_1520966_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1130774&nbsp;THAIS SILVA BRAGA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="1130774" type="hidden"></td>
            
            <td id="colunaNotaAluno_1130774_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_154" id="ci_AlunoAvaliacao_1130774_154" value="" type="hidden">
                <input name="nr_Nota_1130774_154" id="nr_Nota_1130774_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_160" id="ci_AlunoAvaliacao_1130774_160" value="" type="hidden">
                <input name="nr_Nota_1130774_160" id="nr_Nota_1130774_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_530" id="ci_AlunoAvaliacao_1130774_530" value="" type="hidden">
                <input name="nr_Nota_1130774_530" id="nr_Nota_1130774_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_780" id="ci_AlunoAvaliacao_1130774_780" value="" type="hidden">
                <input name="nr_Nota_1130774_780" id="nr_Nota_1130774_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_800" id="ci_AlunoAvaliacao_1130774_800" value="" type="hidden">
                <input name="nr_Nota_1130774_800" id="nr_Nota_1130774_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_890" id="ci_AlunoAvaliacao_1130774_890" value="" type="hidden">
                <input name="nr_Nota_1130774_890" id="nr_Nota_1130774_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_970" id="ci_AlunoAvaliacao_1130774_970" value="" type="hidden">
                <input name="nr_Nota_1130774_970" id="nr_Nota_1130774_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_3330" id="ci_AlunoAvaliacao_1130774_3330" value="" type="hidden">
                <input name="nr_Nota_1130774_3330" id="nr_Nota_1130774_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1130" id="ci_AlunoAvaliacao_1130774_1130" value="" type="hidden">
                <input name="nr_Nota_1130774_1130" id="nr_Nota_1130774_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1140" id="ci_AlunoAvaliacao_1130774_1140" value="" type="hidden">
                <input name="nr_Nota_1130774_1140" id="nr_Nota_1130774_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1200" id="ci_AlunoAvaliacao_1130774_1200" value="" type="hidden">
                <input name="nr_Nota_1130774_1200" id="nr_Nota_1130774_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1620" id="ci_AlunoAvaliacao_1130774_1620" value="" type="hidden">
                <input name="nr_Nota_1130774_1620" id="nr_Nota_1130774_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1730" id="ci_AlunoAvaliacao_1130774_1730" value="" type="hidden">
                <input name="nr_Nota_1130774_1730" id="nr_Nota_1130774_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1619781&nbsp;WEBERT PEREIRA DE CARVALHO
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1619781" type="hidden"></td>
            
            <td id="colunaNotaAluno_1619781_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_154" id="ci_AlunoAvaliacao_1619781_154" value="" type="hidden">
                <input name="nr_Nota_1619781_154" id="nr_Nota_1619781_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_160" id="ci_AlunoAvaliacao_1619781_160" value="" type="hidden">
                <input name="nr_Nota_1619781_160" id="nr_Nota_1619781_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_530" id="ci_AlunoAvaliacao_1619781_530" value="" type="hidden">
                <input name="nr_Nota_1619781_530" id="nr_Nota_1619781_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_780" id="ci_AlunoAvaliacao_1619781_780" value="" type="hidden">
                <input name="nr_Nota_1619781_780" id="nr_Nota_1619781_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_800" id="ci_AlunoAvaliacao_1619781_800" value="" type="hidden">
                <input name="nr_Nota_1619781_800" id="nr_Nota_1619781_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_890" id="ci_AlunoAvaliacao_1619781_890" value="" type="hidden">
                <input name="nr_Nota_1619781_890" id="nr_Nota_1619781_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_970" id="ci_AlunoAvaliacao_1619781_970" value="" type="hidden">
                <input name="nr_Nota_1619781_970" id="nr_Nota_1619781_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_3330" id="ci_AlunoAvaliacao_1619781_3330" value="" type="hidden">
                <input name="nr_Nota_1619781_3330" id="nr_Nota_1619781_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1130" id="ci_AlunoAvaliacao_1619781_1130" value="" type="hidden">
                <input name="nr_Nota_1619781_1130" id="nr_Nota_1619781_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1140" id="ci_AlunoAvaliacao_1619781_1140" value="" type="hidden">
                <input name="nr_Nota_1619781_1140" id="nr_Nota_1619781_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1200" id="ci_AlunoAvaliacao_1619781_1200" value="" type="hidden">
                <input name="nr_Nota_1619781_1200" id="nr_Nota_1619781_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1620" id="ci_AlunoAvaliacao_1619781_1620" value="" type="hidden">
                <input name="nr_Nota_1619781_1620" id="nr_Nota_1619781_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1730" id="ci_AlunoAvaliacao_1619781_1730" value="" type="hidden">
                <input name="nr_Nota_1619781_1730" id="nr_Nota_1619781_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1173299&nbsp;YAN JEFFERSON DA MATA MARQUES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1173299" type="hidden"></td>
            
            <td id="colunaNotaAluno_1173299_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_154" id="ci_AlunoAvaliacao_1173299_154" value="" type="hidden">
                <input name="nr_Nota_1173299_154" id="nr_Nota_1173299_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_160" id="ci_AlunoAvaliacao_1173299_160" value="" type="hidden">
                <input name="nr_Nota_1173299_160" id="nr_Nota_1173299_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_530" id="ci_AlunoAvaliacao_1173299_530" value="" type="hidden">
                <input name="nr_Nota_1173299_530" id="nr_Nota_1173299_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_780" id="ci_AlunoAvaliacao_1173299_780" value="" type="hidden">
                <input name="nr_Nota_1173299_780" id="nr_Nota_1173299_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_800" id="ci_AlunoAvaliacao_1173299_800" value="" type="hidden">
                <input name="nr_Nota_1173299_800" id="nr_Nota_1173299_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_890" id="ci_AlunoAvaliacao_1173299_890" value="" type="hidden">
                <input name="nr_Nota_1173299_890" id="nr_Nota_1173299_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_970" id="ci_AlunoAvaliacao_1173299_970" value="" type="hidden">
                <input name="nr_Nota_1173299_970" id="nr_Nota_1173299_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_3330" id="ci_AlunoAvaliacao_1173299_3330" value="" type="hidden">
                <input name="nr_Nota_1173299_3330" id="nr_Nota_1173299_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1130" id="ci_AlunoAvaliacao_1173299_1130" value="" type="hidden">
                <input name="nr_Nota_1173299_1130" id="nr_Nota_1173299_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1140" id="ci_AlunoAvaliacao_1173299_1140" value="" type="hidden">
                <input name="nr_Nota_1173299_1140" id="nr_Nota_1173299_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1200" id="ci_AlunoAvaliacao_1173299_1200" value="" type="hidden">
                <input name="nr_Nota_1173299_1200" id="nr_Nota_1173299_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1620" id="ci_AlunoAvaliacao_1173299_1620" value="" type="hidden">
                <input name="nr_Nota_1173299_1620" id="nr_Nota_1173299_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1730" id="ci_AlunoAvaliacao_1173299_1730" value="" type="hidden">
                <input name="nr_Nota_1173299_1730" id="nr_Nota_1173299_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 336px; left: 847px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">FABIANO MARQUES DE ALMEIDA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>